home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19950528-19950726 / 000057_news@columbia.edu_Sun Jun 4 22:26:58 1995.msg < prev    next >
Internet Message Format  |  1995-07-31  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA14752
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 4 Jun 1995 18:57:34 -0400
  3. Received: by apakabar.cc.columbia.edu id AA14891
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 4 Jun 1995 18:57:33 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!gatech!howland.reston.ans.net!vixen.cso.uiuc.edu!uwm.edu!newsspool.doit.wisc.edu!news.doit.wisc.edu!f180-068.net.wisc.edu!grhowes
  6. From: Glenn R. Howes <grhowes@students.wisc.edu>
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Kermit MAC??
  9. Date: 4 Jun 1995 22:26:58 GMT
  10. Organization: UW-Chemistry
  11. Lines: 45
  12. Distribution: world
  13. Message-Id: <3qtbvi$a4o@news.doit.wisc.edu>
  14. References: <3qnon9$asf@steel.interlog.com> <3qsq4t$rgm@news.doit.wisc.edu> <3qt3vq$5sj@apakabar.cc.columbia.edu>
  15. Nntp-Posting-Host: f180-068.net.wisc.edu
  16. Mime-Version: 1.0
  17. Content-Type: text/plain; charset=ISO-8859-1
  18. Content-Transfer-Encoding: 8bit
  19. X-Newsreader: Nuntius 2.0.3_PPC
  20. X-Xxmessage-Id: <ABF79D93CD02B444@f180-068.net.wisc.edu>
  21. X-Xxdate: Sun, 4 Jun 1995 23:27:47 GMT
  22. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  23.  
  24. In article <3qt3vq$5sj@apakabar.cc.columbia.edu> Frank da Cruz,
  25. fdc@watsun.cc.columbia.edu writes:
  26. >In article <3qsq4t$rgm@news.doit.wisc.edu>,
  27. >Glenn R. Howes  <grhowes@students.wisc.edu> wrote:
  28. >>In article <3qnon9$asf@steel.interlog.com> David R Butler-Malin, 
  29. >>dmalin@interlog.com writes:
  30. >>>Does Kermit exist in a MAC format?
  31. >>
  32. >>If all you are interested in is a free solution which incorporates
  33. >>the Kermit file transfer, it is possible to cobble together a
  34. >>free Communications Toolbox solution off of parts available 
  35. >>off the net...
  36. >>
  37. >Yes, but this will not get you certain features that are hallmarks
  38. >of real Kermit software:
  39.  
  40. [feature set deleted]
  41.  
  42. >Most of this is already in Mac Kermit.  It's just a question of getting
  43. >it up to release quality.  I think we'd all be better served by a release-
  44. >quality Mac Kermit than by a cobbled-together patchwork assembled from
  45. >pieces of dubious origin.  See my previous posting about why we don't have
  46. >a release-quality Mac Kermit yet.
  47.  
  48. Well, if we are going to talk about things in the future, then 
  49. maintaining a monolithic MacKermit is a waste of time. The future
  50. of Mac programming is increasingly modular. The CTB was just a
  51. first start: OpenDoc is just a year away and with it (I hope)
  52. the end of the do everything application.
  53.  
  54. Advantages of modularity:
  55. 1) People can pick and choose there favorite tools.
  56. 2) Easy to add a new feature: ZMODEM, TCP/IP, etc.
  57. 3) A single hobbyist can write and maintain a tool in spare time.
  58. 4) Buy only the commercial parts you want.
  59.  
  60. Right now, people would be better served by someone making a
  61. high quality freeware VT220 tool, writing an AppleScriptable
  62. character converter helper app,and writing a Kermit tool with 
  63. a more modern feature set. As for scripting, the last thing the
  64. Mac world needs is another application specific scripting 
  65. implementation: use AppleScript (or more precisely, make it
  66. OSA compliant).
  67.  
  68. --glenn